projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53ade5c
)
(isearch-repeat): Error if try to repeat search and there was no previou search.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 6 Jan 2003 01:21:15 +0000
(
01:21
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 6 Jan 2003 01:21:15 +0000
(
01:21
+0000)
lisp/isearch.el
patch
|
blob
|
history
diff --git
a/lisp/isearch.el
b/lisp/isearch.el
index b8103285aecbed9f8d3398b81bf8d0186b348c29..5b9fe461068f7fe2b226411224c6b3b0bd2b3000 100644
(file)
--- a/
lisp/isearch.el
+++ b/
lisp/isearch.el
@@
-978,7
+978,7
@@
Use `isearch-exit' to quit without signaling."
(or (if isearch-regexp
(car regexp-search-ring)
(car search-ring))
-
""
)
+
(error "No previous search string")
)
isearch-message
(mapconcat 'isearch-text-char-description
isearch-string "")